home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 August / SAN CD 8-2007 CD-ROM 27.iso / pc / Media / Gallery.swf / scripts / DefineSprite_19 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2007-05-15  |  124 b   |  7 lines

  1. var isForw = 0;
  2. this.onEnterFrame = function()
  3. {
  4.    bDir = !isForw ? -1 : 1;
  5.    gotoAndStop(_currentframe + bDir);
  6. };
  7.